home *** CD-ROM | disk | FTP | other *** search
- on mouseEnter
- if not count(the windowList) then
- doRollover(32, 2)
- end if
- end
-
- on mouseLeave
- if not count(the windowList) then
- doRollout(32)
- end if
- end
-
- on mouseUp
- global P3SETUP, THESETUP, M3SETUP, TEXTDISPLAY
- glowClear()
- doClick()
- cursor(0)
- set THESETUP to P3SETUP
- set HELPMANUAL to M3SETUP
- set TEXTDISPLAY to "TEXT3"
- set the text of member "Help text display" to the text of member "HELP3"
- go("Prog3")
- end
-